home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3slider.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SLIDER_H = 1;
- include("oops/r3osgdgt.js")
-
-
- var R3CLID_SLIDER = 29;
-
-
-
-
- R3GSLA_Min = 29500;
- function SetR3GSLA_Min(value) {
- R3Set(this.r3obj, R3GSLA_Min, value, R3TID_INTEGER, 0);
- }
-
- function GetR3GSLA_Min() {
- return R3Get(this.r3obj, R3GSLA_Min, R3TID_INTEGER, 0);
- }
-
- R3GSLA_Max = 29501;
- function SetR3GSLA_Max(value) {
- R3Set(this.r3obj, R3GSLA_Max, value, R3TID_INTEGER, 0);
- }
-
- function GetR3GSLA_Max() {
- return R3Get(this.r3obj, R3GSLA_Max, R3TID_INTEGER, 0);
- }
-
- R3GSLA_Level = 29502;
- function SetR3GSLA_Level(value) {
- R3Set(this.r3obj, R3GSLA_Level, value, R3TID_INTEGER, 0);
- }
-
- function GetR3GSLA_Level() {
- return R3Get(this.r3obj, R3GSLA_Level, R3TID_INTEGER, 0);
- }
-
- R3GSLA_LevelFormat = 29503;
- function SetR3GSLA_LevelFormat(value) {
- R3Set(this.r3obj, R3GSLA_LevelFormat, value, R3TID_STRING, 0);
- }
-
- var R3GSLA_NumericEntry = 29506; // Integer
-
-
- function r3Slider () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SLIDER, arguments);
- }
- // Attributes
- this.GetMin=GetR3GSLA_Min;
- this.SetMin=SetR3GSLA_Min;
- this.GetMax=GetR3GSLA_Max;
- this.SetMax=SetR3GSLA_Max;
- this.GetLevel=GetR3GSLA_Level;
- this.SetLevel=SetR3GSLA_Level;
- this.SetLevelFormat=SetR3GSLA_LevelFormat;
- }
-
- r3Slider.prototype=new r3Osgadget;
- // r3slider.h_H